scrollable: Clarify when to set adjustment props
authorIvan Molodetskikh <yalterz@gmail.com>
Mon, 11 Apr 2022 07:31:52 +0000 (10:31 +0300)
committerIvan Molodetskikh <yalterz@gmail.com>
Tue, 12 Apr 2022 14:22:51 +0000 (17:22 +0300)
commite2675306e1b7f92313e3e9c9dc930aa4d207db5e
treeda1eb5bb74d298cb880d29814d4f8d8c4ca2e754
parent7d1429cb91c4a6b6eb851af5dce9c27334045e8c
scrollable: Clarify when to set adjustment props

Instead of populating the properties right away (when the widget might
not have been allocated yet, and hence cannot know the right values),
the widget should queue an allocation, where it will populate the
values.
gtk/gtkscrollable.c